home *** CD-ROM | disk | FTP | other *** search
INI File | 1995-01-10 | 917 b | 31 lines |
- [BigDiskArray]
-
- 0=An error (~) has occured when attempting to close array ~.
-
- ;succesfully initialization of the specified array
- IS=Big array of ~, success (file ~, size ~, ~ ms)
-
- ;failed initialization of the specified array
- IF=Big array of ~, fail (errcode ~)
-
- ;message for saved values
- SV=[~] Put value '~' in (r:~, c:~, s:~). (offset ~, ~ ms)
-
- ;message for readed values
- RV=[~] Get value in (r:~, c:~, s:~) is '~'. (offset ~, ~ ms)
-
- [caption]
-
- frmBig1='BIG DISK ARRAY' Demonstration (part 2)
-
- Command1(0)=&Integer
- Command1(1)=&Long
- Command1(2)=&Single
- Command1(3)=&Double
- Command1(4)=&Fixed string
- Command1(5)=&Type'd
-
- Label1(0)=&Initialization status
- Label1(1)=&Writing 30 random data in random place in (r, c, s) for (row, col, sheet)
- Label1(2)=&Read the 30 random data in (r, c, s) for (row, col, sheet)
- Label1(3)=&Select one of the following variable type to perform the test